Number operations
| Operator |
Description |
| + |
Addition |
| - |
Subtraction |
| * |
Multiplication |
| / |
Division |
| () |
Used for grouping terms |
Examples:
- (3+4)*(8-2)
- x*(x-3), where x is a number variable
- m*x+c, where m, x, and c are number variables
- (a+b)/2, where a and b are number variables
See also: